Help with SSh Tunnel [closed]
        Posted  
        
            by Andrew Johnson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrew Johnson
        
        
        
        Published on 2010-02-09T17:02:38Z
        Indexed on 
            2010/04/14
            1:23 UTC
        
        
        Read the original article
        Hit count: 431
        
ssh
I am running a Django instance locally and doing some Facebook development.
So, I set up a port on a remote machine to forward to my local machine, so that Facebook can hit the web server, and have the requests forwarded to my local machine.
Unfortunately, I'm getting the following error in my browser when I try and access the page: http://dev.thegreathive.com/
Any idea what I'm doing wrong? I think the problem is on my local machine, since if I kill the SSH tunnel, the error message changes.
© Stack Overflow or respective owner